[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
ELSEIF1          ELSE With IF1                                      Directive

  ELSEIF1 Statements

     This directive is the same as an ELSE followed by an IF1. (IF1 is
     satisfied if the current pass is pass 1.) It is used to start a
     nested conditional block. For example:

                        IF NUMBER EQ 5
                           add ax,3
                        ELSEIF1
                           add bx,2
                        ELSE
                           add cx,1
                        ENDIF


       Notes:     See ELSEIF and IF1 for more information.

See Also: ELSEIF IF1
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson